github.com/andybalholm/brotli.Reader.num_block_types (field)
15 uses
github.com/andybalholm/brotli (current package)
decode.go#L1090: var max_block_type uint32 = s.num_block_types[tree_type]
decode.go#L1139: for i = 0; uint32(i) < s.num_block_types[0]; i++ {
decode.go#L1443: for i < int(s.num_block_types[0]) {
decode.go#L2260: result = decodeVarLenUint8(s, br, &s.num_block_types[s.loop_counter])
decode.go#L2266: s.num_block_types[s.loop_counter]++
decode.go#L2267: if s.num_block_types[s.loop_counter] < 2 {
decode.go#L2277: var alphabet_size uint32 = s.num_block_types[s.loop_counter] + 2
decode.go#L2321: s.context_modes = make([]byte, uint(s.num_block_types[0]))
decode.go#L2343: result = decodeContextMap(s.num_block_types[0]<<literalContextBits, &s.num_literal_htrees, &s.context_map, s)
decode.go#L2366: result = decodeContextMap(s.num_block_types[2]<<distanceContextBits, &s.num_dist_htrees, &s.dist_context_map, s)
decode.go#L2375: if !decoderHuffmanTreeGroupInit(s, &s.insert_copy_hgroup, numCommandSymbols, numCommandSymbols, s.num_block_types[1]) {
state.go#L127: num_block_types [3]uint32
state.go#L252: s.num_block_types[0] = 1
state.go#L253: s.num_block_types[1] = 1
state.go#L254: s.num_block_types[2] = 1
 |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |